public class BindingPart extends Object implements ComponentPart
BindingPart
is a Binding Pointer Part for the Binding WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.bindingConstructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
ComponentPart |
prefixNamespaces(FragmentIdentifier fragmentIdentifier)
Checks that the namespace prefixes used in this PointerPart are consistent with those in the WSDL Fragment Identifier.
|
String |
toString()
Returns a String of the serialised Binding Pointer Part.
|
public BindingPart(Binding binding)
binding
- the local name of the Binding component.IllegalArgumentException
- if binding is null.public BindingPart(NCName binding)
binding
- public String toString()
toString
in interface PointerPart
toString
in class Object
public ComponentPart prefixNamespaces(FragmentIdentifier fragmentIdentifier)
ComponentPart
prefixNamespaces
in interface ComponentPart
fragmentIdentifier
- a Fragment Identifier which the namespace prefixes are checked against.Copyright © 2005–2017 Apache Software Foundation. All rights reserved.