|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbProviderEndpoint
public class Jbi4EjbProviderEndpoint
The Class Jbi4EjbProviderEndpoint.
Field Summary |
---|
Fields inherited from class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint |
---|
RUNNING, SHUTDOWN, STOPPED |
Constructor Summary | |
---|---|
Jbi4EjbProviderEndpoint(javax.xml.namespace.QName serviceName,
java.lang.String endpointName)
Instantiates a new jbi4 ejb provider endpoint. |
Method Summary | |
---|---|
ProviderServiceDescriptor |
getServiceDescriptor()
Gets the service descriptor. |
org.codehaus.xfire.service.Service |
getXfireService()
Gets the xfire service. |
void |
registerService()
Creates the EJB proxy and registers the xfire service. |
void |
setServiceDescriptor(ProviderServiceDescriptor serviceDescriptor)
Sets the service descriptor. |
void |
unregisterService()
Unregisters the service. |
void |
validate()
Validate the endpoint. |
Methods inherited from class it.imolinfo.jbi4ejb.jbi.endpoint.Jbi4EjbEndpoint |
---|
equals, getDefinition, getEndpointName, getEndpointStatus, getEndpointWSDL, getExchangeProcessor, getServiceDescription, getServiceEndpoint, getServiceName, getState, getSuManager, getSuName, getUniqueName, hashCode, setDefinition, setEndpointStatus, setEndpointWSDL, setExchangeProcessor, setServiceDescription, setServiceEndpoint, setState, setSuManager, setSuName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Jbi4EjbProviderEndpoint(javax.xml.namespace.QName serviceName, java.lang.String endpointName) throws Jbi4EjbException
serviceName
- the service nameendpointName
- the endpoint name
Jbi4EjbException
- if some problem occursMethod Detail |
---|
public void registerService() throws Jbi4EjbException
registerService
in class Jbi4EjbEndpoint
Jbi4EjbException
- if some problem occurspublic void unregisterService() throws Jbi4EjbException
unregisterService
in class Jbi4EjbEndpoint
Jbi4EjbException
- if some problem occursJbi4EjbEndpoint.unregisterService()
public void validate() throws Jbi4EjbException
validate
in class Jbi4EjbEndpoint
Jbi4EjbException
- if some problem occurspublic ProviderServiceDescriptor getServiceDescriptor()
public void setServiceDescriptor(ProviderServiceDescriptor serviceDescriptor)
serviceDescriptor
- the new service descriptorpublic org.codehaus.xfire.service.Service getXfireService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |