public class InterfaceOperationPart extends Object implements ComponentPart
InterfaceOperationPart
is a Interface Operation Pointer Part for the Interface Operation WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.interfaceOperationConstructor and Description |
---|
InterfaceOperationPart(NCName interfaceName,
NCName operation)
Constructs a InterfaceOperationPart 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 InterfaceOperationPart(NCName interfaceName, NCName operation)
interfaceName
- the local name of the parent Interface component.operation
- the local name of the Interface Operation component.IllegalArgumentException
- if interfaceName or operation are null.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–2016 Apache Software Foundation. All rights reserved.