public class BindingOperationPart extends Object implements ComponentPart
BindingOperationPart
is a Binding Operation Pointer Part for the Binding Operation WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.bindingOperationConstructor and Description |
---|
BindingOperationPart(NCName binding,
QName operation)
Constructs a BindingOperationPart class from the values given.
|
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 Operation Pointer Part.
|
public BindingOperationPart(NCName binding, QName operation)
binding
- the local name of the parent Binding component.operation
- the name of the Interface Operation component referred to by this Binding Operation component.IllegalArgumentException
- if binding or operation are null.public ComponentPart prefixNamespaces(FragmentIdentifier fragmentIdentifier)
ComponentPart
prefixNamespaces
in interface ComponentPart
fragmentIdentifier
- a Fragment Identifier which the namespace prefixes are checked against.public String toString()
toString
in interface PointerPart
toString
in class Object
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.