com.ebmwebsourcing.wsstar.addressing.definition
Class WSAddressingFactoryImpl

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.addressing.definition.WSAddressingFactory
      extended by com.ebmwebsourcing.wsstar.addressing.definition.WSAddressingFactoryImpl

public class WSAddressingFactoryImpl
extends WSAddressingFactory

This class is a concrete implementation of the abstract class WSDMFactory. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
WSAddressingFactoryImpl()
           
 
Method Summary
 EndpointReferenceType newEndpointReferenceType()
           
 WSAddressingReader newWSAddressingReader()
          Create a new instance of a WSDLReaderImpl.
 WSAddressingWriter newWSAddressingWriter()
          Create a new instance of a WSDLWriterImpl.
 void setJAXBObjectFactoryList(java.util.List<java.lang.Class> objectFactories)
          Create a new instance of a WSDLWriterImpl.
 
Methods inherited from class com.ebmwebsourcing.wsstar.addressing.definition.WSAddressingFactory
getInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSAddressingFactoryImpl

public WSAddressingFactoryImpl()
Method Detail

newWSAddressingReader

public WSAddressingReader newWSAddressingReader()
                                         throws WSAddressingException
Create a new instance of a WSDLReaderImpl.

Specified by:
newWSAddressingReader in class WSAddressingFactory
Throws:
WSDMException
WSAddressingException

newWSAddressingWriter

public WSAddressingWriter newWSAddressingWriter()
                                         throws WSAddressingException
Create a new instance of a WSDLWriterImpl.

Specified by:
newWSAddressingWriter in class WSAddressingFactory
Throws:
WSDMException
WSAddressingException

newEndpointReferenceType

public EndpointReferenceType newEndpointReferenceType()
                                               throws WSAddressingException
Specified by:
newEndpointReferenceType in class WSAddressingFactory
Throws:
WSAddressingException

setJAXBObjectFactoryList

public void setJAXBObjectFactoryList(java.util.List<java.lang.Class> objectFactories)
Description copied from class: WSAddressingFactory
Create a new instance of a WSDLWriterImpl.

Specified by:
setJAXBObjectFactoryList in class WSAddressingFactory


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