|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.addressing.datatypes.impl.impl.WsaReaderImpl
public class WsaReaderImpl
This class provides a collection of methods that enable conversion of a
Document object into a "WS-Addressing java type" object.
This conversion uses JAXB "unmarshalling" mechanism
| Constructor Summary | |
|---|---|
protected |
WsaReaderImpl()
Default constructor |
protected |
WsaReaderImpl(java.lang.String[] nsAndPrefixForMarshalling)
|
| Method Summary | |
|---|---|
com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType |
readEndpointReferenceType(org.w3c.dom.Document doc)
Read the specified EndpointReferenceType XML definition from Document object
into a WS-Addressing JAXB model EndpointReferenceType instance. |
com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType |
readEndpointReferenceType(java.io.File file)
Read a EndpointReferanceType XML definition from a File object
into a WS-Addressing JAXB model EndpointReferenceType instance. |
com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType |
readEndpointReferenceType(org.xml.sax.InputSource inputSource)
Read a EndpointReferenceType XML definition from an InputSource object
into a WS-Addressing JAXB model EndpointReferenceType instance. |
com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType |
readEndpointReferenceType(java.net.URI uri)
Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected WsaReaderImpl()
protected WsaReaderImpl(java.lang.String[] nsAndPrefixForMarshalling)
| Method Detail |
|---|
public final com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType readEndpointReferenceType(org.w3c.dom.Document doc)
throws com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
Document object
into a WS-Addressing JAXB model EndpointReferenceType instance.
readEndpointReferenceType in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaReaderdoc -
com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
public final com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType readEndpointReferenceType(org.xml.sax.InputSource inputSource)
throws com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
InputSource object
into a WS-Addressing JAXB model EndpointReferenceType instance.
readEndpointReferenceType in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaReaderinputSource - an InputSource pointing to the SchemaImpl document, an XML
document obeying the SchemaImpl parent.
com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
public final com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType readEndpointReferenceType(java.net.URI uri)
throws com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
readEndpointReferenceType in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaReaderschemaURI - a URI (can be a filename or URL) pointing to a SchemaImpl XML
definition.
com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
public final com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType readEndpointReferenceType(java.io.File file)
throws com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
File object
into a WS-Addressing JAXB model EndpointReferenceType instance. (used by persistence feature)
readEndpointReferenceType in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaReaderfile - the File object which the
EndpointReferenceType object must be read from
EndpointReferenceType Java object instance
com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||