|
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.xml.XMLBinding
public class XMLBinding
Constructor Summary | |
---|---|
XMLBinding(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 BindingInfo for this binding. |
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 XMLBinding(BindingInfo bindingInfo)
Method Detail |
---|
public BindingInfo getBindingInfo()
Binding
getBindingInfo
in interface Binding
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 |