|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XFire
Central processing point for XFire. This can be instantiated
programmatically by using one of the implementations (such as
DefaultXFire or can be managed by a container like
Pico or Plexus.
Central, however, does not mean that there can be only one. Implementations can be very lightweight, creating fast generic SOAP processors.
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
|
| Method Summary | |
|---|---|
void |
generateWSDL(java.lang.String service,
java.io.OutputStream out)
Generate WSDL for a service. |
ServiceRegistry |
getServiceRegistry()
Get the ServiceRegistry. |
TransportManager |
getTransportManager()
Get the TransportManager. |
void |
invoke(java.io.InputStream in,
MessageContext context)
Processes a new SOAP Message request. |
void |
invoke(javax.xml.stream.XMLStreamReader reader,
MessageContext context)
Processes a new SOAP Message request. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
void invoke(java.io.InputStream in,
MessageContext context)
throws XFireRuntimeException
XFireRuntimeExceptions may still be thrown if
something fatal goes wrong in the pipeline.
in - An InputStream to the SOAP document.context - The MessageContext.
XFireRuntimeException
void invoke(javax.xml.stream.XMLStreamReader reader,
MessageContext context)
throws XFireRuntimeException
XFireRuntimeExceptions may still be thrown if
something fatal goes wrong in the pipeline.
in - An InputStream to the SOAP document.context - The MessageContext.
XFireRuntimeException
void generateWSDL(java.lang.String service,
java.io.OutputStream out)
service - The name of the service.out - The OutputStream to write the WSDL to.ServiceRegistry getServiceRegistry()
ServiceRegistry.
TransportManager getTransportManager()
TransportManager.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||