|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WsaReader
Interface of the Reader that must provide methods to "unmarshall" WS-Addressing
types from common representation formats : Document,File,....
These methods can be seen as "input methods"
| Method Summary | |
|---|---|
EndpointReferenceType |
readEndpointReferenceType(org.w3c.dom.Document document)
Unmarshall a EndpointReferenceType object from
its Document representation. |
EndpointReferenceType |
readEndpointReferenceType(java.io.File file)
Unmarshall a EndpointReferenceType object from
its File representation. |
EndpointReferenceType |
readEndpointReferenceType(org.xml.sax.InputSource source)
Unmarshall a EndpointReferenceType object from
its InputSource representation. |
EndpointReferenceType |
readEndpointReferenceType(java.net.URI uri)
Unmarshall a EndpointReferenceType object from
a reprensetation located at a specific URI |
| Method Detail |
|---|
EndpointReferenceType readEndpointReferenceType(org.w3c.dom.Document document)
throws WsaException
EndpointReferenceType object from
its Document representation.
document - the Document representation of the endpoint
Document representation
WsaException
EndpointReferenceType readEndpointReferenceType(org.xml.sax.InputSource source)
throws WsaException
EndpointReferenceType object from
its InputSource representation.
source - the InputSource representation of the endpoint
InputSource representation
WsaException
EndpointReferenceType readEndpointReferenceType(java.io.File file)
throws WsaException
EndpointReferenceType object from
its File representation.
Note : method that can be used to implement persistence mechanism
file - the File representation of the endpoint
File representation
WsaException
EndpointReferenceType readEndpointReferenceType(java.net.URI uri)
throws WsaException
EndpointReferenceType object from
a reprensetation located at a specific URI
uri - the location, provided as an URI, of the endpoint representation
URI
WsaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||