|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.transport.AbstractChannel
org.codehaus.xfire.transport.http.HttpSoapChannel
public class HttpSoapChannel
Field Summary |
---|
Fields inherited from interface org.codehaus.xfire.transport.Channel |
---|
BACKCHANNEL_URI |
Constructor Summary | |
---|---|
HttpSoapChannel(java.lang.String uri,
SoapHttpTransport transport)
|
Method Summary | |
---|---|
void |
close()
|
void |
open()
|
void |
send(MessageContext context,
OutMessage message)
Sends a message. |
Methods inherited from class org.codehaus.xfire.transport.AbstractChannel |
---|
getEndpoint, getTransport, getUri, receive, setEndpoint, setTransport, setUri |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpSoapChannel(java.lang.String uri, SoapHttpTransport transport)
Method Detail |
---|
public void open()
public void send(MessageContext context, OutMessage message) throws XFireException
Channel
XFireException
- Occurs if there was an error an error sending the message.public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |