Uses of Class
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingException

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

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

Methods in com.ebmwebsourcing.wsstar.addressing.definition that throw WSAddressingException
abstract  EndpointReferenceType WSAddressingFactory.newEndpointReferenceType()
           
 EndpointReferenceType WSAddressingFactoryImpl.newEndpointReferenceType()
           
static WSAddressingFactory WSAddressingFactory.newInstance()
          Deprecated. 
abstract  WSAddressingReader WSAddressingFactory.newWSAddressingReader()
          Create a new instance of a QoSMetrics.
 WSAddressingReader WSAddressingFactoryImpl.newWSAddressingReader()
          Create a new instance of a WSDLReaderImpl.
abstract  WSAddressingWriter WSAddressingFactory.newWSAddressingWriter()
           
 WSAddressingWriter WSAddressingFactoryImpl.newWSAddressingWriter()
          Create a new instance of a WSDLWriterImpl.
 

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

Methods in com.ebmwebsourcing.wsstar.addressing.definition.api that throw WSAddressingException
 org.w3c.dom.Document WSAddressingWriter.getDocument(EndpointReferenceType def)
          Return a document generated from the specified SchemaImpl model.
 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.
 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 WSAddressingException in com.ebmwebsourcing.wsstar.addressing.definition.api.absitf
 

Methods in com.ebmwebsourcing.wsstar.addressing.definition.api.absitf that throw WSAddressingException
 Ref AbsItfEndpointReferenceType.getReferenceParameters()
           
 Ref AbsItfEndpointReferenceType.newReferenceParameters()
           
 void AbsItfEndpointReferenceType.setPolicy(java.util.List<org.apache.neethi.Policy> policies)
           
 void AbsItfEndpointReferenceType.setReferenceParameters(Ref ref)
           
 

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

Methods in com.ebmwebsourcing.wsstar.addressing.definition.decorator that throw WSAddressingException
abstract  EprNew AbstractAddressingConverter.convertEndpointReferenceType(AbsItfEndpointReferenceType desc)
           
protected  EprNew AbstractAddressingConverter.convertEndpointReferenceType(AbsItfEndpointReferenceType odlDesc, java.lang.Class<EprImpl> eprimpl, java.lang.Class<RefImpl> refimpl)
           
 Ref DecoratorEndpointReferenceTypeImpl.getReferenceParameters()
           
 Ref DecoratorEndpointReferenceTypeImpl.newReferenceParameters()
           
 void DecoratorEndpointReferenceTypeImpl.setPolicy(java.util.List<org.apache.neethi.Policy> policies)
           
 void DecoratorEndpointReferenceTypeImpl.setReferenceParameters(Ref ref)
           
 

Constructors in com.ebmwebsourcing.wsstar.addressing.definition.decorator that throw WSAddressingException
DecoratorEndpointReferenceTypeImpl(AbsItfEndpointReferenceType<Ref> epr)
           
DecoratorReferenceParametersTypeImpl(AbsItfReferenceParametersType ref)
           
 

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

Methods in com.ebmwebsourcing.wsstar.addressing.definition.impl that throw WSAddressingException
static void WSAddressingJAXBContext.createContextWithOtherObjectFactories(java.util.List<java.lang.Class> addedObjectFactories)
           
static void WSAddressingJAXBContext.createDefaultContext()
          Private object initializations
 org.w3c.dom.Document WSAddressingWriterImpl.getDocument(EndpointReferenceType def)
           
 ReferenceParametersType EndpointReferenceTypeImpl.getReferenceParameters()
           
 ReferenceParametersType EndpointReferenceTypeImpl.newReferenceParameters()
           
 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)
           
 void EndpointReferenceTypeImpl.setPolicy(java.util.List<org.apache.neethi.Policy> policies)
           
 void EndpointReferenceTypeImpl.setReferenceParameters(ReferenceParametersType ref)
           
 java.lang.String WSAddressingWriterImpl.writeEndpointReferenceType(EndpointReferenceType def)
           
 void WSAddressingWriterImpl.writeEndpointReferenceType(EndpointReferenceType edpRef, java.io.File file)
           
 

Constructors in com.ebmwebsourcing.wsstar.addressing.definition.impl that throw WSAddressingException
EndpointReferenceTypeImpl(EndpointReferenceType model, com.ebmwebsourcing.wsstar.legacy.jaxb.core.AbstractSchemaElementImpl parent)
           
EndpointReferenceTypeImpl(java.net.URI baseURI, EndpointReferenceType model, java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> features)
           
ReferenceParametersTypeImpl(ReferenceParametersType model, com.ebmwebsourcing.wsstar.legacy.jaxb.core.AbstractSchemaElementImpl parent)
           
WSAddressingReaderImpl()
           
WSAddressingReaderImpl(java.util.List<java.lang.Class> addedObjectFactories)
           
WSAddressingWriterImpl()
           
WSAddressingWriterImpl(java.util.List<java.lang.Class> addedObjectFactories)
           
 



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