|
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.soap.SoapBinding
public class SoapBinding
Constructor Summary | |
---|---|
SoapBinding(BindingInfo info)
|
|
SoapBinding(BindingInfo info,
SoapVersion v)
|
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 |
SoapVersion |
getSoapVersion()
|
void |
setSoapVersion(SoapVersion v)
|
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 |
Constructor Detail |
---|
public SoapBinding(BindingInfo info)
public SoapBinding(BindingInfo info, SoapVersion v)
Method Detail |
---|
public BindingInfo getBindingInfo()
Binding
getBindingInfo
in interface Binding
public void setSoapVersion(SoapVersion v)
public SoapVersion getSoapVersion()
public Message createMessage()
Binding
createMessage
in interface Binding
public Message createMessage(Message m)
Binding
createMessage
in interface Binding
m
- 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 |