org.apache.cxf.binding.soap
Class SoapDestinationFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.binding.soap.SoapDestinationFactory
- All Implemented Interfaces:
- org.apache.cxf.transport.DestinationFactory, org.apache.cxf.wsdl11.WSDLEndpointFactory
public class SoapDestinationFactory
- extends org.apache.cxf.transport.AbstractTransportFactory
- implements org.apache.cxf.transport.DestinationFactory, org.apache.cxf.wsdl11.WSDLEndpointFactory
|
Method Summary |
org.apache.cxf.service.model.EndpointInfo |
createEndpointInfo(org.apache.cxf.service.model.ServiceInfo serviceInfo,
org.apache.cxf.service.model.BindingInfo b,
javax.wsdl.Port port)
|
void |
createPortExtensors(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.service.Service service)
|
org.apache.cxf.Bus |
getBus()
|
org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo ei)
|
void |
setBus(org.apache.cxf.Bus bus)
|
| Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory |
getTransportIds, getUriPrefixes, setTransportIds |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.transport.DestinationFactory |
getTransportIds, getUriPrefixes |
TRANSPORT_ID
public static final java.lang.String TRANSPORT_ID
- See Also:
- Constant Field Values
SoapDestinationFactory
public SoapDestinationFactory()
getDestination
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei)
throws java.io.IOException
- Specified by:
getDestination in interface org.apache.cxf.transport.DestinationFactory
- Throws:
java.io.IOException
createPortExtensors
public void createPortExtensors(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.service.Service service)
- Specified by:
createPortExtensors in interface org.apache.cxf.wsdl11.WSDLEndpointFactory
createEndpointInfo
public org.apache.cxf.service.model.EndpointInfo createEndpointInfo(org.apache.cxf.service.model.ServiceInfo serviceInfo,
org.apache.cxf.service.model.BindingInfo b,
javax.wsdl.Port port)
- Specified by:
createEndpointInfo in interface org.apache.cxf.wsdl11.WSDLEndpointFactory
getBus
public org.apache.cxf.Bus getBus()
setBus
public void setBus(org.apache.cxf.Bus bus)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.