|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.binding.object.ObjectBinding
public class ObjectBinding
| Field Summary | |
|---|---|
static java.lang.String |
BINDING
|
static java.lang.String |
OPERATION
|
| Constructor Summary | |
|---|---|
ObjectBinding(BindingInfo bindingInfo)
|
|
| Method Summary | |
|---|---|
Message |
createMessage()
Create a Message for this Binding. |
Message |
createMessage(Message m)
Create a Message form the messge. |
BindingInfo |
getBindingInfo()
Get the BindingInfor |
| Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider |
|---|
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider |
|---|
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors |
| Field Detail |
|---|
public static final java.lang.String OPERATION
public static final java.lang.String BINDING
| Constructor Detail |
|---|
public ObjectBinding(BindingInfo bindingInfo)
| Method Detail |
|---|
public BindingInfo getBindingInfo()
Binding
getBindingInfo in interface Bindingpublic Message createMessage()
Binding
createMessage in interface Bindingpublic Message createMessage(Message m)
Binding
createMessage in interface Bindingm - the message used for creating a binding message
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||