|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.wsdl20.fragids.EndpointPart
public class EndpointPart
EndpointPart
is a Endpoint Pointer Part for the Endpoint WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.endpoint
Constructor Summary | |
---|---|
EndpointPart(NCName service,
NCName endpoint)
Constructs an EndpointPart class from the values given. |
Method Summary | |
---|---|
ComponentPart |
prefixNamespaces(FragmentIdentifier fragmentIdentifier)
Checks that the namespace prefixes used in this PointerPart are consistent with those in the WSDL Fragment Identifier. |
java.lang.String |
toString()
Returns a String of the serialised Endpoint Pointer Part. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EndpointPart(NCName service, NCName endpoint)
service
- the local name of the parent Service component.endpoint
- the name of the Endpoint component.
java.lang.IllegalArgumentException
- if service or endpoint are null.Method Detail |
---|
public java.lang.String toString()
toString
in interface PointerPart
toString
in class java.lang.Object
public ComponentPart prefixNamespaces(FragmentIdentifier fragmentIdentifier)
ComponentPart
prefixNamespaces
in interface ComponentPart
fragmentIdentifier
- a Fragment Identifier which the namespace prefixes are checked against.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |