|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A WSRF resource capability (i.e. set of operations and properties).
Method Summary | |
java.util.Map |
getAllOperations()
Returns a Map containing the OperationInfos for all operations exposed in the wsdl. |
javax.xml.namespace.QName |
getBindingName()
Returns the Binding QName associated with the current porttype |
java.lang.String[] |
getCustomOperationNames()
|
javax.xml.namespace.QName[] |
getCustomPropertyNames()
|
javax.wsdl.Definition |
getDefinition()
Returns the JWSDL Definition for this WS-Resource capability. |
java.util.Map |
getImplementedResourceCapabilities()
|
java.lang.String |
getMetadataDescriptorLocation()
Returns the location of the WS-RMD metadata definitions document, as specified by the wsrmd:MetadataDescriptorLocation attribute on the portType, or null if this resource does not define a metadata descriptor. |
javax.xml.namespace.QName |
getMetadataDescriptorName()
Returns the name of the WS-RMD metadata descriptor, as specified by the wsrmd:MetadataDescriptor attribute on the portType, or null if this resource does not define a metadata descriptor. |
javax.wsdl.PortType |
getPortType()
Returns the JWSDL PortType corresponding to this WS-Resource capability. |
javax.xml.namespace.QName |
getPropertiesDocumentName()
Returns the name of the resource properties document element, as specified by the wsrf-rp:ResourceProperties attribute on the portType, or null if this resource does not define a properties document. |
javax.xml.namespace.QName[] |
getPropertyNames()
Returns a list of the QNames of the resource properties that are defined for the specified portType, or null if the portType does not have any associated resource properties. |
boolean |
hasProperties()
|
boolean |
implementsResourceCapability(javax.xml.namespace.QName capabilityName)
|
Method Detail |
public java.util.Map getAllOperations()
public javax.xml.namespace.QName getBindingName()
public java.lang.String[] getCustomOperationNames()
public javax.xml.namespace.QName[] getCustomPropertyNames()
public javax.wsdl.Definition getDefinition()
Definition
for this WS-Resource capability.
public java.util.Map getImplementedResourceCapabilities()
ResourceCapability
s that this capability implements;
the map's keys are the QName
s of the capability portTypes, and the values
are the ResourceCapabilitys.public java.lang.String getMetadataDescriptorLocation()
public javax.xml.namespace.QName getMetadataDescriptorName()
public javax.wsdl.PortType getPortType()
PortType
corresponding to this WS-Resource capability.
public javax.xml.namespace.QName getPropertiesDocumentName()
public javax.xml.namespace.QName[] getPropertyNames()
public boolean hasProperties()
public boolean implementsResourceCapability(javax.xml.namespace.QName capabilityName)
capabilityName
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |