Modifier and Type | Method and Description |
---|---|
NCName |
BindingFaultReferenceImpl.getMessageLabel() |
NCName |
InterfaceMessageReferenceImpl.getMessageLabel() |
NCName |
BindingMessageReferenceImpl.getMessageLabel() |
NCName |
InterfaceFaultReferenceImpl.getMessageLabel() |
NCName |
EndpointImpl.getName() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
ServiceImpl.getEndpoint(NCName name) |
void |
BindingFaultReferenceImpl.setMessageLabel(NCName msgLabel) |
void |
InterfaceMessageReferenceImpl.setMessageLabel(NCName msgLabel) |
void |
BindingMessageReferenceImpl.setMessageLabel(NCName msgLabel) |
void |
InterfaceFaultReferenceImpl.setMessageLabel(NCName msgLabel) |
void |
InterfaceImpl.setName(NCName name) |
void |
InterfaceFaultImpl.setName(NCName name) |
void |
EndpointImpl.setName(NCName name) |
void |
InterfaceOperationImpl.setName(NCName name) |
void |
BindingImpl.setName(NCName name) |
void |
ServiceImpl.setName(NCName name) |
Modifier and Type | Method and Description |
---|---|
NCName |
InterfaceMessageReference.getMessageLabel()
Returns an NCName representing the {message label} property of this
InterfaceMessageReference.
|
NCName |
InterfaceFaultReference.getMessageLabel()
Returns an NCName representing the {message label} property of this InterfaceFaultReference.
|
NCName |
Endpoint.getName()
Returns the local name representing the {name} property of this Endpoint.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
Service.getEndpoint(NCName name)
Returns the Endpoint with the specified local name from the {endpoints}
property of this Service.
|
Modifier and Type | Field and Description |
---|---|
static NCName |
MessageLabel.IN |
static NCName |
MessageLabel.OUT |
Modifier and Type | Method and Description |
---|---|
NCName |
FragmentIdentifier.getXmlNamespacePrefix(QName qname)
Returns the prefix for the Xml namespace of the QName in the XPointer.
|
NCName |
FragmentIdentifier.getXmlNamespacePrefix(String namespace)
Returns the prefix for the Xml namespace in the XPointer.
|
Constructor and Description |
---|
BindingFaultPart(NCName binding,
QName fault)
Constructs a BindingFaultPart class from the values given.
|
BindingFaultReferencePart(NCName binding,
QName operation,
NCName message,
QName fault)
Constructs an BindingFaultReferencePart class from the values given.
|
BindingMessageReferencePart(NCName binding,
QName operation,
NCName message)
Constructs a BindingMessageReferencePart class from the values given.
|
BindingOperationPart(NCName binding,
QName operation)
Constructs a BindingOperationPart class from the values given.
|
BindingPart(NCName binding)
Constructs a BindingPart from the given value.
|
EndpointPart(NCName service,
NCName endpoint)
Constructs an EndpointPart class from the values given.
|
InterfaceFaultPart(NCName interfaceName,
NCName fault)
Constructs a InterfaceFaultPart class from the values given.
|
InterfaceFaultReferencePart(NCName interfaceName,
NCName operation,
NCName message,
QName fault)
Constructs a InterfaceFaultReferencePart class from the values given.
|
InterfaceMessageReferencePart(NCName interfaceName,
NCName operation,
NCName message)
Constructs a InterfaceMessageReferencePart class from the values given.
|
InterfaceOperationPart(NCName interfaceName,
NCName operation)
Constructs a InterfaceOperationPart class from the values given.
|
InterfacePart(NCName interfaceName)
Constructs a InterfacePart class from the value given.
|
ServicePart(NCName service)
Constructs an ServicePart class from the value given.
|
Modifier and Type | Method and Description |
---|---|
NCName |
BindingMessageReferenceElement.getMessageLabel()
Return the NCName representing the message label.
|
NCName |
BindingFaultReferenceElement.getMessageLabel()
Return the NCName representing the message label.
|
NCName |
InterfaceMessageReferenceElement.getMessageLabel()
Return the NCName representing the message label.
|
NCName |
InterfaceFaultReferenceElement.getMessageLabel()
Return the NCName representing the message label.
|
NCName |
EndpointElement.getName()
Return the qualified name of this EndpointElement, which consists of its
local name and the targetNamespace of the enclosing DescriptionElement.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingMessageReferenceElement.setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName.
|
void |
BindingFaultReferenceElement.setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName.
|
void |
InterfaceMessageReferenceElement.setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName.
|
void |
InterfaceFaultReferenceElement.setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName.
|
void |
BindingElement.setName(NCName name)
Set the name of this BindingElement to the specified NCName.
|
void |
EndpointElement.setName(NCName name)
Set the name of this EndpointElement to the specified NCName.
|
void |
InterfaceElement.setName(NCName name)
Set the name of this InterfaceElement to the specified NCName.
|
void |
InterfaceOperationElement.setName(NCName name)
Set the name of this InterfaceOperationElement to the specified NCName.
|
void |
InterfaceFaultElement.setName(NCName name)
Set the name of this InterfaceFaultElement to the specified NCName.
|
void |
ServiceElement.setName(NCName name)
Set the name of this ServiceElement to the specified NCName.
|
Modifier and Type | Method and Description |
---|---|
NCName |
XPointer.getNamespaceBinding(String namespace)
Gets Prefix the Namespace is bound to if the binding exists,
otherwise it will return null.
|
NCName |
ElementPointerPart.getNCName()
Returns the NCName for this Element PointerPart.
|
NCName |
XPointer.getShorthandPointer()
Returns the shorthandPointer in this XPointer.
|
Modifier and Type | Method and Description |
---|---|
void |
XPointer.addPrefixNamespaceBinding(NCName prefix,
String namespace)
Adds a Prefix/Namespace binding to this XPointers contex.
|
String |
XPointer.getPrefixBinding(NCName prefix)
Gets the Namespace the Prefix is bound to if the binding exists,
otherwise it will return null.
|
boolean |
XPointer.hasPrefixBinding(NCName prefix)
Checks whether a prefix is bound or not.
|
void |
XPointer.setShorthandPointer(NCName shorthandPointer)
Sets the Shorthand Pointer of this XPointer to the NCName given as an argument.
|
Constructor and Description |
---|
ElementPointerPart(NCName elementID)
Constructs an ElementPointerPart with only an elementID NCName.
|
ElementPointerPart(NCName elementID,
List childSequence)
Constructs an ElementPointerPart with both an NCName and a childSequence.
|
XmlnsPointerPart(NCName prefix,
String namespace) |
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.