|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.service.factory.AbstractServiceConfiguration toolbox.services.ws.CustomServiceConfiguration
public class CustomServiceConfiguration
A simple AbstractServiceConfiguration implementation to add additional funcationality not provided by the CXF DefaultServiceConfiguration implementation.
This implementation provides an implemation of hasOutMessage to correct a CXF problem where oneway service interfaces are not generated correctly when using the simple frontend.
Field Summary |
---|
Fields inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration |
---|
serviceNamespace |
Constructor Summary | |
---|---|
CustomServiceConfiguration()
Default constructor. |
Method Summary | |
---|---|
java.lang.Boolean |
hasOutMessage(java.lang.reflect.Method method)
Return a Boolean indicating whether or not an output message should be generated for the given method. |
Methods inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration |
---|
getAction, getEndpointName, getFaultMessageName, getFaultName, getHolderType, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getMEP, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getRequestWrapperPartName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getServiceName, getServiceNamespace, getStyle, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, getWsdlURL, isAsync, isHeader, isHolder, isInParam, isOperation, isOutParam, isRPC, isWrapped, isWrapped, isWrapperPartNillable, isWrapperPartQualified, setServiceFactory, setServiceNamespace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomServiceConfiguration()
Method Detail |
---|
public java.lang.Boolean hasOutMessage(java.lang.reflect.Method method)
hasOutMessage
in class org.apache.cxf.service.factory.AbstractServiceConfiguration
method
- Service method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |