|
||||||||||
| 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.WsaWriterImpl
public class WsaWriterImpl
This class provides a collection of methods that enable conversion of a
"WS-Addressing java type" object into a Document object.
This conversion uses JAXB "marshalling" mechanism
| Constructor Summary | |
|---|---|
protected |
WsaWriterImpl()
Default constructor |
protected |
WsaWriterImpl(java.lang.String[] nsAndPrefixForMarshalling)
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
writeEndpointReferenceTypeAsDOM(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType endpoint)
marshall to DOM Document |
java.lang.String |
writeEndpointReferenceTypeAsString(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType endpoint)
Write the specified SchemaImpl definition . |
void |
writeEndpointReferenceTypeToFilesystem(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType endpoint,
java.lang.String path)
Write a given EndpointReferenceType instance to a file on the file system |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected WsaWriterImpl()
protected WsaWriterImpl(java.lang.String[] nsAndPrefixForMarshalling)
| Method Detail |
|---|
public final org.w3c.dom.Document writeEndpointReferenceTypeAsDOM(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType endpoint)
throws com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
writeEndpointReferenceTypeAsDOM in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaWriterdef - the edp to marshall
Document representation of specified EndpointReferenceType object
com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
public final java.lang.String writeEndpointReferenceTypeAsString(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType endpoint)
throws com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
writeEndpointReferenceTypeAsString in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaWriterwsdlDef - the SchemaImpl definition to be written.
com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
public final void writeEndpointReferenceTypeToFilesystem(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType endpoint,
java.lang.String path)
throws com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
EndpointReferenceType instance to a file on the file system
writeEndpointReferenceTypeToFilesystem in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaWriteredpRef - the EndpointReferenceType java object to write on the file systemfilename - the file (as File Java object) which the EndpointReferenceType instance must be written to
com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||