org.apache.cxf.binding.corba
Class CorbaBindingFactory
java.lang.Object
org.apache.cxf.binding.AbstractBindingFactory
org.apache.cxf.wsdl.binding.AbstractWSDLBindingFactory
org.apache.cxf.binding.corba.CorbaBindingFactory
- All Implemented Interfaces:
- BindingFactory, ConduitInitiator, DestinationFactory, WSDLBindingFactory
public class CorbaBindingFactory
- extends AbstractWSDLBindingFactory
- implements ConduitInitiator, DestinationFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_NAMESPACES
public static final Collection<String> DEFAULT_NAMESPACES
transportIds
protected List<String> transportIds
orbConfig
protected OrbConfig orbConfig
CorbaBindingFactory
public CorbaBindingFactory()
setOrbClass
public void setOrbClass(String cls)
setOrbSingletonClass
public void setOrbSingletonClass(String cls)
createBinding
public Binding createBinding(BindingInfo bindingInfo)
- Description copied from interface:
BindingFactory
- Create a Binding from the BindingInfo metadata.
- Specified by:
createBinding
in interface BindingFactory
- Returns:
- the Binding object
getConduit
public Conduit getConduit(EndpointInfo endpointInfo,
Bus bus)
throws IOException
- Description copied from interface:
ConduitInitiator
- Initiate an outbound Conduit.
- Specified by:
getConduit
in interface ConduitInitiator
- Parameters:
endpointInfo
- the endpoint info of the target
- Returns:
- a suitable new or pre-existing Conduit
- Throws:
IOException
getConduit
public Conduit getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus)
throws IOException
- Description copied from interface:
ConduitInitiator
- Initiate an outbound Conduit.
- Specified by:
getConduit
in interface ConduitInitiator
- Parameters:
endpointInfo
- the endpoint info for a local endpoint on which the
the configuration should be basedtarget
- the target EPR
- Returns:
- a suitable new or pre-existing Conduit
- Throws:
IOException
getDestination
public Destination getDestination(EndpointInfo endpointInfo,
Bus bus)
throws IOException
- Description copied from interface:
DestinationFactory
- Create a destination.
- Specified by:
getDestination
in interface DestinationFactory
- Parameters:
endpointInfo
- the endpoint info of the destination.
- Returns:
- the created Destination.
- Throws:
IOException
getTransportIds
public List<String> getTransportIds()
- Specified by:
getTransportIds
in interface ConduitInitiator
- Specified by:
getTransportIds
in interface DestinationFactory
setTransportIds
public void setTransportIds(List<String> ids)
setOrbArgs
public void setOrbArgs(List<String> args)
getUriPrefixes
public Set<String> getUriPrefixes()
- Specified by:
getUriPrefixes
in interface ConduitInitiator
- Specified by:
getUriPrefixes
in interface DestinationFactory
getOrbConfig
public OrbConfig getOrbConfig()
setOrbConfig
public void setOrbConfig(OrbConfig config)
Apache CXF