public class CxfDeployer extends WSDeployer
bpelProcess, DEFAULT_SOAP_BINDING_STYLE, expectedAddressPrefix, orchestraProperties, processUUID, SOAP_HTTP_TRANSPORT_URI, URI_WSDL11_SOAP11, URI_WSDL11_SOAP12| Constructor and Description |
|---|
CxfDeployer(BpelProcess bpelProcess,
CxfPublisher cxfPublisher)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
checkOperationStyle(String operationStyle)
return null if operation style is supported by Axis engine.
|
protected String |
checkOperationType(javax.wsdl.OperationType operationType)
return null if operation type is supported by Axis engine.
|
protected String |
checkSoapBody(javax.wsdl.extensions.ExtensibilityElement soapBody)
return null if soapBody attributes are supported by Axis engine.
|
protected String |
checkSoapFault(javax.wsdl.extensions.ExtensibilityElement soapFault) |
protected String |
checkSoapVersion(javax.wsdl.extensions.ExtensibilityElement soapBinding)
return null if soapVersion is supported by Axis engine.
|
protected String |
checkTransport(javax.wsdl.extensions.ExtensibilityElement soapBinding)
return null if transport is supported by Axis engine.
|
protected String |
checkUse(javax.wsdl.extensions.ExtensibilityElement element)
return null if use is supported by WS engine.
|
protected void |
checkWSEngineIsAvailable() |
protected void |
deployServices(List<javax.wsdl.Service> services)
This method will deploy the specified WS Service on the choosen ws engine.
|
protected boolean |
isAddressSupported(String address) |
protected void |
undeployServices(List<javax.wsdl.Service> services)
This method will undeploy the specified WS Service from the choosen ws
engine.
|
addProblem, addProblem, addProblem, addProblem, checkBinding, checkOperation, checkSupport, deploy, getAddressFromPort, getFromList, getLocksAndOneWays, getProcessUUID, getSoapBindingFromBinding, getSoapBodyFromElement, getSoapFaultFromElement, getSoapOperationFromBindingOperation, getSOAPStyle, printProblems, setProcessUUID, undeploy, verifySoapBody, verifySoapFault, verifyThereIsOnlyOnePartpublic CxfDeployer(BpelProcess bpelProcess, CxfPublisher cxfPublisher)
bpelProcess: - process to deploycxfPublisher: - cxfPublisher to useprotected String checkOperationStyle(String operationStyle)
checkOperationStyle in class WSDeployeroperationStyle - - operationStyle to checkprotected String checkOperationType(javax.wsdl.OperationType operationType)
checkOperationType in class WSDeployeroperationType - - operationType to checkprotected String checkSoapVersion(javax.wsdl.extensions.ExtensibilityElement soapBinding)
checkSoapVersion in class WSDeployersoapBinding - - soapBinding to checkprotected String checkTransport(javax.wsdl.extensions.ExtensibilityElement soapBinding)
checkTransport in class WSDeployersoapBinding - - soapBinding to checkprotected String checkUse(javax.wsdl.extensions.ExtensibilityElement element)
checkUse in class WSDeployerelement - - element to checkprotected String checkSoapBody(javax.wsdl.extensions.ExtensibilityElement soapBody)
checkSoapBody in class WSDeployersoapBody - - soapBody to checkprotected String checkSoapFault(javax.wsdl.extensions.ExtensibilityElement soapFault)
checkSoapFault in class WSDeployerprotected void deployServices(List<javax.wsdl.Service> services)
deployServices in class WSDeployerservices - - list of WS Service to deploy.protected boolean isAddressSupported(String address)
isAddressSupported in class WSDeployerprotected void undeployServices(List<javax.wsdl.Service> services)
undeployServices in class WSDeployerservices - - list of WS Service to undeploy.protected void checkWSEngineIsAvailable()
checkWSEngineIsAvailable in class WSDeployerCopyright © 2012 OW2 Consortium. All Rights Reserved.