public class ExtensionsPart extends Object implements ComponentPart
ExtensionPart
is a Extension Pointer Part for the Extension WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.extensionConstructor and Description |
---|
ExtensionsPart(URI namespace,
String identifier)
Constructs a Extensions Part class for an Extension component with an XMLScheme type system.
|
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 Extension Pointer Part.
|
public ExtensionsPart(URI namespace, String identifier)
namespace
- the namespace IRI that identifies the Extension component.identifier
- Defined by the extension.IllegalArgumentException
- if namespace or identifier 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–2018 Apache Software Foundation. All rights reserved.