|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.xfire.AbstractXFireComponent
org.codehaus.xfire.DefaultXFire
public class DefaultXFire
| Field Summary |
|---|
| Fields inherited from interface org.codehaus.xfire.XFire |
|---|
ROLE |
| Constructor Summary | |
|---|---|
DefaultXFire()
|
|
DefaultXFire(ServiceRegistry registry,
TransportManager transportManager)
|
|
| Method Summary | |
|---|---|
protected Service |
findService(java.lang.String serviceName)
|
void |
generateWSDL(java.lang.String serviceName,
java.io.OutputStream out)
Generate WSDL for a service. |
ServiceRegistry |
getServiceRegistry()
Get the ServiceRegistry. |
TransportManager |
getTransportManager()
Get the TransportManager. |
protected void |
handleException(MessageContext context,
Service service,
Handler handler,
java.lang.Exception e)
|
void |
invoke(java.io.InputStream stream,
MessageContext context)
Processes a new SOAP Message request. |
void |
invoke(javax.xml.stream.XMLStreamReader reader,
MessageContext context)
Processes a new SOAP Message request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultXFire()
public DefaultXFire(ServiceRegistry registry,
TransportManager transportManager)
| Method Detail |
|---|
public void invoke(javax.xml.stream.XMLStreamReader reader,
MessageContext context)
XFireXFireRuntimeExceptions may still be thrown if
something fatal goes wrong in the pipeline.
invoke in interface XFirecontext - The MessageContext.
protected void handleException(MessageContext context,
Service service,
Handler handler,
java.lang.Exception e)
context - service - handler - e - protected Service findService(java.lang.String serviceName)
public void invoke(java.io.InputStream stream,
MessageContext context)
XFireXFireRuntimeExceptions may still be thrown if
something fatal goes wrong in the pipeline.
invoke in interface XFirestream - An InputStream to the SOAP document.context - The MessageContext.
public void generateWSDL(java.lang.String serviceName,
java.io.OutputStream out)
XFire
generateWSDL in interface XFireserviceName - The name of the service.out - The OutputStream to write the WSDL to.public ServiceRegistry getServiceRegistry()
XFireServiceRegistry.
getServiceRegistry in interface XFirepublic TransportManager getTransportManager()
XFireTransportManager.
getTransportManager in interface XFire
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||