|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WsaWriter
Interface of the Writer that must provide methods to "marshall" WS-Addressing
types to common representation formats : Document,File,....
These methods can be seen as "output methods"
| Method Summary | |
|---|---|
org.w3c.dom.Document |
writeEndpointReferenceTypeAsDOM(EndpointReferenceType endpoint)
marshall a EndpointReferenceType object to a Document representation object. |
java.lang.String |
writeEndpointReferenceTypeAsString(EndpointReferenceType endpoint)
marshall a EndpointReferenceType object to a String representation object. |
void |
writeEndpointReferenceTypeToFilesystem(EndpointReferenceType endpoint,
java.lang.String path)
marshall a EndpointReferenceType object as a File representation
and write it to File System |
| Method Detail |
|---|
org.w3c.dom.Document writeEndpointReferenceTypeAsDOM(EndpointReferenceType endpoint)
throws WsaException
EndpointReferenceType object to a Document representation object.
endpoint - the EndpointReferenceType object to marshall
Document representation object of the endpoint
WsaException
java.lang.String writeEndpointReferenceTypeAsString(EndpointReferenceType endpoint)
throws WsaException
EndpointReferenceType object to a String representation object.
endpoint - the EndpointReferenceType object to marshall
String representation object of the endpoint
WsaException
void writeEndpointReferenceTypeToFilesystem(EndpointReferenceType endpoint,
java.lang.String path)
throws WsaException
EndpointReferenceType object as a File representation
and write it to File System
endpoint - the EndpointReferenceType object to marshallpath - the path - location on the filesystem - where the endpoint must be written
WsaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||