com.sun.ws.management.client
Interface Resource
- All Superinterfaces:
- EnumerableResource, TransferableResource
public interface Resource
- extends EnumerableResource
An abstract representation of a WSManagement resource. Resources are
manufactured by the Resource Factory and contain an EPR which acts as a
target for all of their functions.
Still needs support for... Support for Max EnvelopeSize Support for
OptionsSet Support Fragments for partial sets of properties
- Author:
- wire, spinder
Field Summary |
static int |
IGNORE_MAX_CHARS
Constant used to specify ignore MaxCharacters parameter. |
static java.lang.String |
XPATH_DIALECT
XPath dialect. |
Methods inherited from interface com.sun.ws.management.client.EnumerableResource |
enumerate, enumerate, enumerate, getEnumerationItems, getItemCount, isEndOfSequence, pull, pullItems, pullResources, release, renew |
Methods inherited from interface com.sun.ws.management.client.TransferableResource |
addOption, addOption, addOption, addOption, delete, delete, delete, get, get, get, getBinding, getDestination, getMaxEnvelopeSize, getMessageTimeout, getOptionSet, getReplyTo, getResourceUri, getSelectorSet, put, put, put, put, resetOptionSet, setBinding, setDestination, setMaxEnvelopeSize, setMessageTimeout, setReplyTo, setResourceUri |
XPATH_DIALECT
static final java.lang.String XPATH_DIALECT
- XPath dialect.
http://www.w3.org/TR/1999/REC-xpath-19991116
- See Also:
- Constant Field Values
IGNORE_MAX_CHARS
static final int IGNORE_MAX_CHARS
- Constant used to specify ignore MaxCharacters parameter.
- See Also:
- Constant Field Values
invoke
ResourceState invoke(java.lang.String action,
org.w3c.dom.Document document)
throws javax.xml.soap.SOAPException,
javax.xml.bind.JAXBException,
java.io.IOException,
FaultException,
javax.xml.datatype.DatatypeConfigurationException
- Throws:
javax.xml.soap.SOAPException
javax.xml.bind.JAXBException
java.io.IOException
FaultException
javax.xml.datatype.DatatypeConfigurationException