|
||||||||||
| 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.
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
|
| Method Summary | |
|---|---|
void |
generateWSDL(java.lang.String service,
java.io.OutputStream out)
Generate WSDL for a service. |
java.util.List |
getFaultPhases()
|
java.util.List |
getInPhases()
|
java.util.List |
getOutPhases()
|
ServiceRegistry |
getServiceRegistry()
Get the ServiceRegistry. |
TransportManager |
getTransportManager()
Get the TransportManager. |
| Methods inherited from interface org.codehaus.xfire.handler.HandlerSupport |
|---|
getFaultHandlers, getInHandlers, getOutHandlers |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
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.
java.util.List getInPhases()
java.util.List getOutPhases()
java.util.List getFaultPhases()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||