|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.addressing.definition.impl.WSAddressingReaderImpl
public class WSAddressingReaderImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingReader |
|---|
WSAddressingReader.FeatureConstants |
| Constructor Summary | |
|---|---|
WSAddressingReaderImpl()
|
|
WSAddressingReaderImpl(java.util.List<java.lang.Class> addedObjectFactories)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getFeature(WSAddressingReader.FeatureConstants name)
Gets the value of the specified feature. |
java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> |
getFeatures()
Gets all features. |
static javax.xml.bind.JAXBContext |
getJaxbContext()
|
EndpointReferenceType |
readEndpointReferenceType(org.w3c.dom.Document document)
Read the specified SchemaImpl document into a SchemaImpl definition. |
EndpointReferenceType |
readEndpointReferenceType(java.io.File file)
Read a EndpointReferanceType object from a file (used be persistence feature) |
EndpointReferenceType |
readEndpointReferenceType(java.net.URI uri)
Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition. |
EndpointReferenceType |
readEndpointReferenceType(java.net.URI uri,
org.xml.sax.InputSource source)
Read a SchemaImpl document into a SchemaImpl definition. |
void |
setFeature(WSAddressingReader.FeatureConstants name,
java.lang.Object value)
Sets the specified feature to the specified value. |
void |
setFeatures(java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> features)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSAddressingReaderImpl()
throws WSAddressingException
WSAddressingException
public WSAddressingReaderImpl(java.util.List<java.lang.Class> addedObjectFactories)
throws WSAddressingException
WSAddressingException| Method Detail |
|---|
public static javax.xml.bind.JAXBContext getJaxbContext()
public EndpointReferenceType readEndpointReferenceType(java.net.URI uri)
throws WSAddressingException
WSAddressingReader
readEndpointReferenceType in interface WSAddressingReaderWSAddressingException
public EndpointReferenceType readEndpointReferenceType(org.w3c.dom.Document document)
throws WSAddressingException
WSAddressingReader
readEndpointReferenceType in interface WSAddressingReaderWSAddressingException
public EndpointReferenceType readEndpointReferenceType(java.net.URI uri,
org.xml.sax.InputSource source)
throws WSAddressingException
WSAddressingReader
readEndpointReferenceType in interface WSAddressingReadersource - an InputSource pointing to the SchemaImpl document, an XML
document obeying the SchemaImpl parent.
WSAddressingException
public void setFeature(WSAddressingReader.FeatureConstants name,
java.lang.Object value)
throws java.lang.IllegalArgumentException
WSAddressingReaderThe minimum features that must be supported are:
| Name | Description | Default Value |
|---|---|---|
| If set to true, status messages will be displayed. | ||
| If set to true, imported WSDL documents will be retrieved and processed. | ||
|
|
If the location is set, imported WSDL documents will be retrieved at this location (Set the importDocuments Features at true). |
All feature names must be fully-qualified, Java package style. All names starting with com.ebmwebsourcing. are reserved for features defined by the specification. It is recommended that implementation- specific features be fully-qualified to match the package name of that implementation. For example: com.abc.featureName
setFeature in interface WSAddressingReadername - the name of the feature to be set.value - the value to set the feature to.
java.lang.IllegalArgumentException - if the feature name is not recognized.#getFeature(String)
public java.lang.Object getFeature(WSAddressingReader.FeatureConstants name)
throws java.lang.IllegalArgumentException
WSAddressingReader
getFeature in interface WSAddressingReadername - the name of the feature to get the value of.
java.lang.IllegalArgumentException - if the feature name is not recognized.#setFeature(String, boolean)public java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> getFeatures()
WSAddressingReader
getFeatures in interface WSAddressingReader#setFeature(String, boolean)public void setFeatures(java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> features)
public EndpointReferenceType readEndpointReferenceType(java.io.File file)
throws WSAddressingException
WSAddressingReader
readEndpointReferenceType in interface WSAddressingReaderfile - the File object which the EndpointReferenceType object must be read from
EndpointReferenceType Java object instance
WSAddressingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||