|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.wsdl20.fragids.BindingFaultReferencePart
public class BindingFaultReferencePart
BindingFaultReferencePart
is a Binding Fault Reference Pointer Part for the Binding Fault Reference WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.bindingFaultReference
Constructor Summary | |
---|---|
BindingFaultReferencePart(NCName binding,
QName operation,
NCName message,
QName fault)
Constructs an BindingFaultReferencePart class from the values given. |
Method Summary | |
---|---|
ComponentPart |
prefixNamespaces(FragmentIdentifier fragmentIdentifier)
Checks that the namespace prefixes used in this PointerPart are consistent with those in the WSDL Fragment Identifier. |
java.lang.String |
toString()
Returns a String of the serialised Binding Fault Reference Pointer Part. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BindingFaultReferencePart(NCName binding, QName operation, NCName message, QName fault)
binding
- the local name of the parent Binding component.operation
- the name of the Interface Operation referred to by the parent Binding Operation component.message
- the message label of the Interface Fault Reference component referred to by this Binding Message Reference component.fault
- the name of the Interface Fault component referred to by the Interface Fault Reference component referred to by this Binding Fault Reference component.
java.lang.IllegalArgumentException
- if binding, operation, message or fault are null.Method Detail |
---|
public ComponentPart prefixNamespaces(FragmentIdentifier fragmentIdentifier)
ComponentPart
prefixNamespaces
in interface ComponentPart
fragmentIdentifier
- a Fragment Identifier which the namespace prefixes are checked against.
public java.lang.String toString()
toString
in interface PointerPart
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |