|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.addressing.definition.impl.WSAddressingJAXBContext
com.ebmwebsourcing.wsstar.addressing.definition.impl.WSAddressingWriterImpl
public class WSAddressingWriterImpl
| Constructor Summary | |
|---|---|
WSAddressingWriterImpl()
|
|
WSAddressingWriterImpl(java.util.List<java.lang.Class> addedObjectFactories)
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
getDocument(EndpointReferenceType def)
Return a document generated from the specified SchemaImpl model. |
boolean |
getFeature(java.lang.String name)
Gets the value of the specified feature. |
void |
setFeature(java.lang.String name,
boolean value)
Sets the specified feature to the specified value. |
java.lang.String |
writeEndpointReferenceType(EndpointReferenceType def)
Write the specified SchemaImpl definition . |
void |
writeEndpointReferenceType(EndpointReferenceType edpRef,
java.io.File file)
Write a given EndpointReferenceType instance to a file on the file system |
| Methods inherited from class com.ebmwebsourcing.wsstar.addressing.definition.impl.WSAddressingJAXBContext |
|---|
createContextWithOtherObjectFactories, createDefaultContext, getJaxbContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSAddressingWriterImpl()
throws WSAddressingException
WSAddressingException
public WSAddressingWriterImpl(java.util.List<java.lang.Class> addedObjectFactories)
throws WSAddressingException
WSAddressingException| Method Detail |
|---|
public org.w3c.dom.Document getDocument(EndpointReferenceType def)
throws WSAddressingException
WSAddressingWriter
getDocument in interface WSAddressingWriterWSAddressingException
public boolean getFeature(java.lang.String name)
throws java.lang.IllegalArgumentException
WSAddressingWriter
getFeature in interface WSAddressingWritername - the name of the feature to get the value of.
java.lang.IllegalArgumentException - if the feature name is not recognized.WSAddressingWriter.setFeature(String, boolean)
public void setFeature(java.lang.String name,
boolean value)
throws java.lang.IllegalArgumentException
WSAddressingWriterThere are no minimum features that must be supported.
All feature names must be fully-qualified, Java package style. All names starting with javax.wsdl. are reserved for features defined by the JSchema 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 WSAddressingWritername - 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.WSAddressingWriter.getFeature(String)
public java.lang.String writeEndpointReferenceType(EndpointReferenceType def)
throws WSAddressingException
WSAddressingWriter
writeEndpointReferenceType in interface WSAddressingWriterWSAddressingException
public void writeEndpointReferenceType(EndpointReferenceType edpRef,
java.io.File file)
throws WSAddressingException
WSAddressingWriterEndpointReferenceType instance to a file on the file system
writeEndpointReferenceType in interface WSAddressingWriteredpRef - the EndpointReferenceType java object to write on the file system
WSAddressingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||