public class ServicePart extends Object implements ComponentPart
ServicePart
is a Service Pointer Part for the Service WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.serviceConstructor and Description |
---|
ServicePart(NCName service)
Constructs an ServicePart class from the value 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 Service Pointer Part.
|
public ServicePart(NCName service)
service
- the local name of the Service component.IllegalArgumentException
- if service is 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.