Uses of Interface
com.ebmwebsourcing.wsstar.addressing.definition.api.EndpointReferenceType

Packages that use EndpointReferenceType
com.ebmwebsourcing.wsstar.addressing.definition   
com.ebmwebsourcing.wsstar.addressing.definition.api   
com.ebmwebsourcing.wsstar.addressing.definition.decorator   
com.ebmwebsourcing.wsstar.addressing.definition.impl   
 

Uses of EndpointReferenceType in com.ebmwebsourcing.wsstar.addressing.definition
 

Methods in com.ebmwebsourcing.wsstar.addressing.definition that return EndpointReferenceType
abstract  EndpointReferenceType WSAddressingFactory.newEndpointReferenceType()
           
 EndpointReferenceType WSAddressingFactoryImpl.newEndpointReferenceType()
           
 

Uses of EndpointReferenceType in com.ebmwebsourcing.wsstar.addressing.definition.api
 

Methods in com.ebmwebsourcing.wsstar.addressing.definition.api that return EndpointReferenceType
 EndpointReferenceType WSAddressingReader.readEndpointReferenceType(org.w3c.dom.Document doc)
          Read the specified SchemaImpl document into a SchemaImpl definition.
 EndpointReferenceType WSAddressingReader.readEndpointReferenceType(java.io.File file)
          Read a EndpointReferanceType object from a file (used be persistence feature)
 EndpointReferenceType WSAddressingReader.readEndpointReferenceType(java.net.URI uri)
          Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition.
 EndpointReferenceType WSAddressingReader.readEndpointReferenceType(java.net.URI uri, org.xml.sax.InputSource inputSource)
          Read a SchemaImpl document into a SchemaImpl definition.
 

Methods in com.ebmwebsourcing.wsstar.addressing.definition.api with parameters of type EndpointReferenceType
 org.w3c.dom.Document WSAddressingWriter.getDocument(EndpointReferenceType def)
          Return a document generated from the specified SchemaImpl model.
 java.lang.String WSAddressingWriter.writeEndpointReferenceType(EndpointReferenceType def)
          Write the specified SchemaImpl definition .
 void WSAddressingWriter.writeEndpointReferenceType(EndpointReferenceType edpRef, java.io.File file)
          Write a given EndpointReferenceType instance to a file on the file system
 

Uses of EndpointReferenceType in com.ebmwebsourcing.wsstar.addressing.definition.decorator
 

Methods in com.ebmwebsourcing.wsstar.addressing.definition.decorator that return EndpointReferenceType
 EndpointReferenceType DecoratorEndpointReferenceTypeImpl.getFirstEpr()
           
 

Uses of EndpointReferenceType in com.ebmwebsourcing.wsstar.addressing.definition.impl
 

Classes in com.ebmwebsourcing.wsstar.addressing.definition.impl that implement EndpointReferenceType
 class EndpointReferenceTypeImpl
           
 

Methods in com.ebmwebsourcing.wsstar.addressing.definition.impl that return EndpointReferenceType
 EndpointReferenceType WSAddressingReaderImpl.readEndpointReferenceType(org.w3c.dom.Document document)
           
 EndpointReferenceType WSAddressingReaderImpl.readEndpointReferenceType(java.io.File file)
           
 EndpointReferenceType WSAddressingReaderImpl.readEndpointReferenceType(java.net.URI uri)
           
 EndpointReferenceType WSAddressingReaderImpl.readEndpointReferenceType(java.net.URI uri, org.xml.sax.InputSource source)
           
 

Methods in com.ebmwebsourcing.wsstar.addressing.definition.impl with parameters of type EndpointReferenceType
 org.w3c.dom.Document WSAddressingWriterImpl.getDocument(EndpointReferenceType def)
           
 java.lang.String WSAddressingWriterImpl.writeEndpointReferenceType(EndpointReferenceType def)
           
 void WSAddressingWriterImpl.writeEndpointReferenceType(EndpointReferenceType edpRef, java.io.File file)
           
 



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