public class BindingMessageReferencePart extends Object implements ComponentPart
BindingMessageReferencePart
is a Binding Message Reference Pointer Part for the Binding Message Reference WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.bindingMessageReferenceConstructor and Description |
---|
BindingMessageReferencePart(NCName binding,
QName operation,
NCName message)
Constructs a BindingMessageReferencePart 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 Message Reference Pointer Part.
|
public BindingMessageReferencePart(NCName binding, QName operation, NCName message)
binding
- the local name of the parent Binding component.operation
- the name of the Interface Operation referred to by this Binding Operation component.message
- the message label of the Interface Message Reference component referred to by this Binding Message Reference component.IllegalArgumentException
- if binding, operation or message 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–2014 Apache Software Foundation. All rights reserved.