public class InterfaceFaultReferencePart extends Object implements ComponentPart
InterfaceFaultReferencePart
is a Interface Fault Reference Pointer Part for the Interface Fault Reference WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.interfaceFaultReferenceConstructor and Description |
---|
InterfaceFaultReferencePart(NCName interfaceName,
NCName operation,
NCName message,
QName fault)
Constructs a InterfaceFaultReferencePart 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 Fault Reference Pointer Part.
|
public InterfaceFaultReferencePart(NCName interfaceName, NCName operation, NCName message, QName fault)
interfaceName
- the local name of the parent Interface component.operation
- the name of the parent Interface Operation component.message
- the message label of the Interface Fault Reference component.fault
- the name of the Interface Fault component referred to by the Interface Fault Reference component.IllegalArgumentException
- if interfaceName, operation, message or fault 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-2013 Apache Software Foundation. All Rights Reserved.