Uses of Interface
com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType

Packages that use EndpointReferenceType
com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction   
com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor   
com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction   
 

Uses of EndpointReferenceType in com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction
 

Methods in com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction that return EndpointReferenceType
 EndpointReferenceType WsaFactory.createEndpointReferenceType(java.net.URI address)
          create a minimal EndpointReferenceType object with only mandatory fields set
 EndpointReferenceType WsaReader.readEndpointReferenceType(org.w3c.dom.Document document)
          Unmarshall a EndpointReferenceType object from its Document representation.
 EndpointReferenceType WsaReader.readEndpointReferenceType(java.io.File file)
          Unmarshall a EndpointReferenceType object from its File representation.
 EndpointReferenceType WsaReader.readEndpointReferenceType(org.xml.sax.InputSource source)
          Unmarshall a EndpointReferenceType object from its InputSource representation.
 EndpointReferenceType WsaReader.readEndpointReferenceType(java.net.URI uri)
          Unmarshall a EndpointReferenceType object from a reprensetation located at a specific URI
 

Methods in com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction with parameters of type EndpointReferenceType
 org.w3c.dom.Document WsaWriter.writeEndpointReferenceTypeAsDOM(EndpointReferenceType endpoint)
          marshall a EndpointReferenceType object to a Document representation object.
 java.lang.String WsaWriter.writeEndpointReferenceTypeAsString(EndpointReferenceType endpoint)
          marshall a EndpointReferenceType object to a String representation object.
 void WsaWriter.writeEndpointReferenceTypeToFilesystem(EndpointReferenceType endpoint, java.lang.String path)
          marshall a EndpointReferenceType object as a File representation and write it to File System
 

Uses of EndpointReferenceType in com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor
 

Methods in com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor that return EndpointReferenceType
 EndpointReferenceType WsaModelFactory.createWsaModelEndpointReferenceType(java.net.URI address)
          create a minimal EndpointReferenceType object, respect to "model implementation", with only mandatory fields set
 

Uses of EndpointReferenceType in com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction
 

Methods in com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction that return EndpointReferenceType
 EndpointReferenceType RefinedWsaFactory.createEndpointReferenceType(java.net.URI address)
           
 



Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.