public class EndpointPart extends Object implements ComponentPart
EndpointPart
is a Endpoint Pointer Part for the Endpoint WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.endpointConstructor and Description |
---|
EndpointPart(NCName service,
NCName endpoint)
Constructs an EndpointPart 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 Endpoint Pointer Part.
|
public EndpointPart(NCName service, NCName endpoint)
service
- the local name of the parent Service component.endpoint
- the name of the Endpoint component.IllegalArgumentException
- if service or endpoint 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–2014 Apache Software Foundation. All rights reserved.