org.codehaus.xfire.jaxws
Class JAXWSHelper

java.lang.Object
  extended by org.codehaus.xfire.jaxws.JAXWSHelper

public class JAXWSHelper
extends Object


Nested Class Summary
static interface JAXWSHelper.SourceService
           
 
Constructor Summary
protected JAXWSHelper()
           
 
Method Summary
 void createSoapBinding(String id, String jaxId)
           
 AbstractBinding getBinding(String bindingUri)
           
 AbstractBinding getBinding(org.codehaus.xfire.transport.Transport t)
           
static JAXWSHelper getInstance()
           
 org.codehaus.xfire.client.XFireProxyFactory getProxyFactory()
           
 org.codehaus.xfire.service.ServiceFactory getServiceFactory()
           
 org.codehaus.xfire.service.Service getSourceService()
           
 org.codehaus.xfire.transport.TransportManager getTransportManager()
           
 org.codehaus.xfire.XFire getXFire()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSHelper

protected JAXWSHelper()
Method Detail

createSoapBinding

public void createSoapBinding(String id,
                              String jaxId)

getInstance

public static JAXWSHelper getInstance()

getServiceFactory

public org.codehaus.xfire.service.ServiceFactory getServiceFactory()

getXFire

public org.codehaus.xfire.XFire getXFire()

getTransportManager

public org.codehaus.xfire.transport.TransportManager getTransportManager()

getProxyFactory

public org.codehaus.xfire.client.XFireProxyFactory getProxyFactory()

getBinding

public AbstractBinding getBinding(String bindingUri)

getBinding

public AbstractBinding getBinding(org.codehaus.xfire.transport.Transport t)

getSourceService

public org.codehaus.xfire.service.Service getSourceService()


Copyright © 2004-2013. All Rights Reserved.