|
||||||||||
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 String |
ROLE
|
static String |
SERVICES_LIST_DISABLED
|
static String |
STAX_INPUT_FACTORY
|
static String |
STAX_OUTPUT_FACTORY
|
static String |
XFIRE_HOME
|
Method Summary | |
---|---|
void |
generateWSDL(String service,
OutputStream out)
Generate WSDL for a service. |
List |
getInPhases()
|
List |
getOutPhases()
|
Object |
getProperty(String key)
|
ServiceRegistry |
getServiceRegistry()
Get the ServiceRegistry . |
TransportManager |
getTransportManager()
Get the TransportManager . |
void |
setProperty(String key,
Object value)
|
Methods inherited from interface org.codehaus.xfire.handler.HandlerSupport |
---|
getFaultHandlers, getInHandlers, getOutHandlers |
Field Detail |
---|
static final String ROLE
static final String XFIRE_HOME
static final String STAX_INPUT_FACTORY
static final String STAX_OUTPUT_FACTORY
static final String SERVICES_LIST_DISABLED
Method Detail |
---|
void generateWSDL(String service, OutputStream out)
service
- The name of the service.out
- The OutputStream to write the WSDL to.ServiceRegistry getServiceRegistry()
ServiceRegistry
.
TransportManager getTransportManager()
TransportManager
.
List getInPhases()
List getOutPhases()
Object getProperty(String key)
void setProperty(String key, Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |