|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.woden.wsdl20.fragids.BindingPart
public class BindingPart
BindingPart is a Binding Pointer Part for the Binding WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.binding
| Constructor Summary | |
|---|---|
BindingPart(Binding binding)
Constructs a BindingPart class using values from the Binding WSDL 2.0 component. |
|
BindingPart(NCName binding)
Constructs a BindingPart from the given value. |
|
| 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 Pointer Part. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BindingPart(Binding binding)
binding - the local name of the Binding component.
java.lang.IllegalArgumentException - if binding is null.public BindingPart(NCName binding)
binding - | Method Detail |
|---|
public java.lang.String toString()
toString in interface PointerParttoString in class java.lang.Objectpublic ComponentPart prefixNamespaces(FragmentIdentifier fragmentIdentifier)
ComponentPart
prefixNamespaces in interface ComponentPartfragmentIdentifier - a Fragment Identifier which the namespace prefixes are checked against.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||